home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#45 (Jun 89)
/
XCMD Code
/
HyperUtils.H (Listing 3)
< prev
Wrap
Text File
|
1989-04-10
|
430b
|
16 lines
/********************************/
/* HyperUtils.H */
/* */
/* Header file for HyperUtils.c */
/* routines... */
/* */
/********************************/
#define NIL 0L
#define UPFRONT -1L
void CenterWindow( WindowPtr wptr );
void Concat( char * str1, char * str2 );
void CopyPStr( char * pStr1, char * pStr2 );
short GetFileNameToOpen(SFTypeList typs,short typcnt, char *theName, short *theWDID);